github.com/andybalholm/brotli.Writer.getStorage (method)
4 uses
github.com/andybalholm/brotli (current package)
encode.go#L144: func (s *Writer) getStorage(size int) []byte {
encode.go#L796: storage = s.getStorage(int(2*bytes + 503))
encode.go#L886: var storage []byte = s.getStorage(int(2*metablock_size + 503))
encode.go#L1024: storage = s.getStorage(int(max_out_size))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |